home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / CINEBENCH 2003 / resource / res / description / SEvalue.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  111b  |  14 lines

  1. #ifndef _SEVALUE_H_
  2. #define _SEVALUE_H_
  3.  
  4.  
  5. enum
  6. {
  7.     ID_COMPENSATE   = 1000,
  8.         
  9.     VAL_DUM
  10. };
  11.  
  12. #endif
  13.  
  14.